/** 全局样式 **/
@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

body, div, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, p {
    margin: 0;
    font-style: normal;
    font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
    box-sizing: border-box;
}

body {
    min-width: 1200px;
    margin: 0 auto;
    height: auto;
}

ol, ul, li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

body {
    color: #000000;
    background: #FFF;
}

.clear {
    clear: both;
    height: 1px;
    width: 100%;
    overflow: hidden;
    margin-top: -1px;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #0015de;
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

/**header**/
header {
    width: 1200px;
    height: 110px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 30px;
}

header .logo {
    width: 220px;
    height: 60px;
}

header .logo img {
    width: 210px;
    display: block;
}

header nav a {
    display: inline-block;
    height: 80px;
    font-size: 16px;
    line-height: 80px;
    text-align: center;
    width: 120px;
}

header nav a:hover {
    background: #0116df;
    color: #fff;
}

header nav a.on {
    background: #0116df;
    color: #fff;
}

/**banner**/
.banner {
    width: 100%;
    height: 360px;
    min-width: 1200px;
}

/**footer**/
footer {
    width: 100%;
    background: #000acb;
    box-sizing: border-box;
    padding: 25px 0;
    clear: both;
}

footer .foot_center {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
}

footer .foot_center p {
    width: 1000px;
    height: 60px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
}

footer .foot_center p a {
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 130px;
    line-height: 60px;
    font-size: 16px;
}

footer .foot_center p a:hover {
    opacity: 0.8;
}

footer .foot_center p:first-of-type {
    background: url(../imgs/line.jpg) no-repeat;
    background-position: bottom;
    margin-bottom: 10px;
}

footer .foot_center p.cpr {
    line-height: 40px;
    height: 40px;
}

.beianhao {
    width: auto !important;
    height: auto !important;
    line-height: 40px !important;
    display: inline !important;
    margin-right: 20px;
}

